Skip to content

Commit cd77fa2

Browse files
committed
release: v0.1.0
1 parent ea7b118 commit cd77fa2

File tree

4 files changed

+10
-1
lines changed

4 files changed

+10
-1
lines changed

CHANGES.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
Changes
2+
=======
3+
4+
Version 0.1.0 (released 2017-06-29)
5+
-----------------------------------
6+
7+
- Initial public release.

docs/changes.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
.. include:: ../CHANGES.rst

docs/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ interested.
3232
.. toctree::
3333
:maxdepth: 1
3434

35+
changes
3536
license
3637
authors
3738

essm/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@
2222
This file is imported by ``essm.__init__``, and parsed by ``setup.py``.
2323
"""
2424

25-
__version__ = "0.1.0.dev0"
25+
__version__ = "0.1.0"

0 commit comments

Comments
 (0)