Skip to content

Commit

Permalink
Merge 4bd690c into c2018b4
Browse files Browse the repository at this point in the history
  • Loading branch information
jacebrowning committed Oct 4, 2015
2 parents c2018b4 + 4bd690c commit da9ab46
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 15 deletions.
20 changes: 7 additions & 13 deletions CHANGES.md
@@ -1,27 +1,21 @@
Changelog
=========
# Revision History

0.2 (dev)
---------
## 1.0 (2015/10/03)

- TBD
- Updated `html2text` to 2015.2.18.

0.1.3 (2014/12/05)
------------------
## 0.1.3 (2014/12/05)

- Fixed missing logging messages.

0.1.2 (2014/02/11)
------------------
## 0.1.2 (2014/02/11)

- Changed versioning method.

0.1.1 (2014/02/11)
------------------
## 0.1.1 (2014/02/11)

- Switched to a package.

0.1 (2014/02/11)
----------------
## 0.1 (2014/02/11)

- Initial release.
2 changes: 1 addition & 1 deletion curmit/__init__.py
@@ -1,7 +1,7 @@
"""Package for curmit."""

__project__ = 'curmit'
__version__ = '0.2.dev0'
__version__ = '1.0'

CLI = 'curmit'
VERSION = "{0} v{1}".format(__project__, __version__)
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -30,7 +30,7 @@
long_description=(README + '\n' + CHANGES),
license='MIT',
classifiers=[
'Development Status :: 4 - Beta',
'Development Status :: 5 - Production/Stable',
'Environment :: Console',
'License :: OSI Approved :: MIT License',
'Natural Language :: English',
Expand Down

0 comments on commit da9ab46

Please sign in to comment.