Skip to content

Commit

Permalink
Update ChangeLog and developer documentation
Browse files Browse the repository at this point in the history
Signed-off-by: Gaetan Semet <gaetan@xeberon.net>
  • Loading branch information
gsemet committed Apr 11, 2016
1 parent 0974a95 commit 810fc7a
Show file tree
Hide file tree
Showing 2 changed files with 57 additions and 1 deletion.
50 changes: 50 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,6 +1,56 @@
CHANGES
=======

0.1.12
------

* Update ChangeLog and developer documentation

0.1.11
------

* Update README
* Fix Typo

0.1.10
------

* Fix iteration

0.1.9
-----

* Update URL and README

0.1.8
-----

* Add Pypi badge

0.1.7
-----

* Setting password from mac

0.1.6
-----

* travis deploy can build
* Don't restrict travis deploy on any branch

0.1.5
-----

* Configuring autodeploy for travis
* Add badges in README
* Finaly add the install in travis build
* Require setuptools > 17.0 for travis build
* No use mirror on travis
* Update Travis config
* Update README
* Update README
* Update README

0.1.4
-----

Expand Down
8 changes: 7 additions & 1 deletion HACKING.rst
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,13 @@ Here is the manual release procedure.
git tag --force 0.?.?
- Push to Github, create a release with the same tag
- Push to Github with:

.. code-block:: bash
git push --tags
- create a release with the same tag

- Build source and distribution:

Expand Down

0 comments on commit 810fc7a

Please sign in to comment.