Skip to content

Commit

Permalink
Merge pull request #25 from hoatle/tasks/#22-v0.3.0-release
Browse files Browse the repository at this point in the history
@ #22 | should release v0.3.0
  • Loading branch information
hoatle committed Mar 21, 2017
2 parents 47d8e7c + d0e98c5 commit a98d011
Show file tree
Hide file tree
Showing 2 changed files with 54 additions and 11 deletions.
38 changes: 32 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,26 +1,52 @@
Change Log
==========

[0.2.1][] (2016-01-30)
[v0.3.0][] (2017-03-21)
-----------------------

[TL;DR]

- colon character is not required for --auth anymore
- add CI/CD system; improve tests (unit + integration)
- add Docker image workflow and usage instruction docs


[Details]

- Features:
+ should not require to have colon character #3

- Improvements:
+ should have integration tests #20
+ should add Docker support for dev, add Docker image #17
+ update supported python versions #1
+ add tests #2

- Tasks:
+ should have Docker image available and usage instruction #23


[v0.2.1][] (2016-01-30)
----------------------

- bug fixes:
+ fix python 3 compatible problem


[0.2.0][] (2016-01-29)
[v0.2.0][] (2016-01-29)
----------------------

- improvements:
+ allow to override default auth prefix `Bearer` with env var #5


[0.1.0][] (2015-08-24)
[v0.1.0][] (2015-08-24)
----------------------

Release the first milestone


[0.1.0]: https://github.com/teracyhq/httpie-jwt-auth/milestones/0.1.0
[0.2.0]: https://github.com/teracyhq/httpie-jwt-auth/issues?q=milestone%3A0.2.0+is%3Aclosed
[0.2.1]: https://github.com/teracyhq/httpie-jwt-auth/issues?q=milestone%3A0.2.1+is%3Aclosed
[v0.1.0]: https://github.com/teracyhq/httpie-jwt-auth/milestones/0.1.0
[v0.2.0]: https://github.com/teracyhq/httpie-jwt-auth/issues?q=milestone%3A0.2.0+is%3Aclosed
[v0.2.1]: https://github.com/teracyhq/httpie-jwt-auth/issues?q=milestone%3A0.2.1+is%3Aclosed
[v0.3.0]: https://github.com/teracyhq/httpie-jwt-auth/milestone/3?closed=1
27 changes: 22 additions & 5 deletions docs/release.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@ Release Process

do the following steps to proceed the release.

Next iteration
--------------

Update for the next iteration for the develop branch:

- update ``__version__`` on the ``httpie_jwt_auth.py`` file


CHANGELOG.rst
-------------

Expand All @@ -12,11 +20,20 @@ CHANGELOG.rst
httpie_jwt_auth.py
------------------

- update __version__
- update ``__version__`` (for both the develop branch and releases branches)


Upload the tagged version to PyPI
---------------------------------

.. code-block:: bash
$ git checkout vX.X.X
$ python setup.py sdist bdist_wheel --universal
$ twine upload dist/*
Ref:

pypi
----
- http://python-packaging-user-guide.readthedocs.io/distributing/

upload new release to https://pypi.python.org/pypi/httpie-jwt-auth by following
http://peterdowns.com/posts/first-time-with-pypi.html
- https://github.com/pypa/twine

0 comments on commit a98d011

Please sign in to comment.