Commit Graph

23 Commits (c3bbf768514ed737522723f6c202b3269510ea95)

Author SHA1 Message Date
Eric Holscher d0b11f1174 Version 2.3.11 2018-05-01 16:08:41 -07:00
Manuel Kaufmann fb4c6cf376 Release 2.3.10 (#4009) 2018-04-25 09:37:42 -06:00
Anthony Johnson c3af6ec5d7
Release 2.3.9
Another fix for recursion issues
2018-04-20 17:49:27 -06:00
Anthony Johnson 4a764fc4c0
Release 2.3.8
Several fixes for bugs introduces earlier with 2.3.7 release.
2018-04-20 15:07:52 -06:00
Anthony Johnson be4ff5b9c4
Release 2.3.7 2018-04-19 19:42:30 -06:00
Anthony Johnson d8a9bc16fe
Release 2.3.6
Move to common release task
2018-04-05 22:25:45 -06:00
Eric Holscher 77268c5d66 Commit changelog for 2.3.5 2018-04-05 11:24:55 +08:00
Anthony Johnson f4e645dcd5
Release 2.3.4 2018-03-26 18:46:06 -06:00
Anthony Johnson bed1828de3
Release 2.3.3 2018-03-26 17:22:12 -06:00
Anthony Johnson 233febf484
Release 2.3.2 2018-03-22 20:39:52 -06:00
Anthony Johnson 25ac414b6c
Release 2.3.1 2018-03-22 16:32:30 -06:00
Anthony Johnson 8f2d59cdcd
Changelog for 2.3.0 2018-03-12 12:57:58 -06:00
Anthony Johnson 0e1112f96e
Bug fix release 2.2.1 2018-02-23 11:15:02 -07:00
Anthony Johnson 5e46cbdc96
Release 2.2.0 2018-02-22 15:20:46 -07:00
Eric Holscher 4adb6f2a7c Update to 2.1.6 2018-01-25 14:02:48 -08:00
Eric Holscher 1af4441734 Bump to 2.1.5 2018-01-16 15:26:30 -08:00
Anthony Johnson 76c8a8e1f4
Release 2.1.4 2018-01-16 13:08:08 +07:00
Eric Holscher dd10112a99 Add Date 2017-12-21 11:18:47 -08:00
Eric Holscher 0dca2485e9 Update version 2017-12-21 11:17:12 -08:00
Anthony Johnson 564bca753b
Bugfix release 2.1.2 2017-12-14 20:57:14 -07:00
Eric Holscher 58db8888eb Deploy 2.1.1 2017-12-14 11:24:12 -08:00
Anthony Johnson c8a72f5b35
Release 2.1.0 2017-12-07 11:38:03 -07:00
Anthony 01717c03fa
Add changelog and changelog automation (#3364)
* Add changelog and changelog automation

First, update the version in our setup.cfg and changelog:

    invoke prepare <version>

Then, hand edit and commit, added any release notes, etc. Tag manually or:

    invoke release <version>

Finally, push up your changes.

This:

* Uses setup.cfg instead of setup.py
* Parses setup.cfg for version
* Updates setup.cfg on release prepare task
* Show our release version in our footer
* Uses invoke for task execution
* Uses a node library to hit GitHub and fetch the changelog
* Imports this into our existing changelog

* Fix style with autolint

* Lint fixes
2017-12-07 11:03:00 -07:00