Skip to content

Commit

Permalink
Merge pull request #18 from sommersoft/pypi_test
Browse files Browse the repository at this point in the history
Add CHANGES.rst To PyPI Manifest
  • Loading branch information
makermelissa committed Oct 4, 2019
2 parents 7d87b0f + 703e0ab commit e6c79c6
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,22 @@
Release History
===============


0.0.3
-----

Automated Release Deployment Bug Fix

* Fix missing PyPI egg dependency

0.0.2
-----

Initial PyPI Release Automation w/ TravisCI

* Add Continuous Integration with TravisCI
* Deploy ``circup`` releases to PyPI automatically with TravisCI

0.0.1
-----

Expand Down
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
include CHANGES.rst
2 changes: 1 addition & 1 deletion circup.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
# somewhat naively by setup.py.
__title__ = "circup"
__description__ = "A tool to manage/update libraries on CircuitPython devices."
__version__ = "0.0.1"
__version__ = "0.0.3"
__license__ = "MIT"
__url__ = "https://github.com/adafruit/circup"
__author__ = "Adafruit Industries"
Expand Down

0 comments on commit e6c79c6

Please sign in to comment.