Skip to content

Commit

Permalink
release 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cehbrecht committed May 2, 2019
1 parent e3fd55f commit a3177c2
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
Changes
*******

0.4.0 (2019-05-02)
==================

Changes:

* Skipped Python 2.7 support (#61).
* Added public URL "purl" (#58).
* Added SSL verify option (#55).
* Skipped internal WPS (#52).
* Moved tests to top-level folder (#47).

0.3.8 (2018-09-11)
==================

Expand Down
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,9 @@
# built documents.
#
# The short X.Y version.
version = '0.3'
version = '0.4'
# The full version, including alpha/beta/rc tags.
release = '0.3'
release = '0.4'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion twitcher/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = '0.3.8'
__version__ = '0.4.0'


def main(global_config, **settings):
Expand Down

0 comments on commit a3177c2

Please sign in to comment.