Skip to content

Commit

Permalink
Bump version to 3.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ghickman committed Oct 28, 2014
1 parent 0ee72df commit f343801
Show file tree
Hide file tree
Showing 4 changed files with 41 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.rst
@@ -1,6 +1,12 @@
Changelog
=========

v3.6.1
------

- Fix incorrect usage of `get_config`


v3.6.0
------

Expand Down
33 changes: 33 additions & 0 deletions docs/changelog.rst
Expand Up @@ -3,6 +3,39 @@
Changelog
=========

v3.6.1
------

- Fix incorrect usage of `get_config`


v3.6.0
------

- Vendor dependencies
- Harden XML with defusedxml
- Switch to py.test for testing
- Rework frontend code for easier testing


v3.5.0
------

- Remove requirement on config


v3.4.11
-------

- Fix bug when logging episode number that had been overridden


v3.4.10
-------

- Fix bug with organise directory when no config is present


v3.4.9
------

Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Expand Up @@ -50,7 +50,7 @@
# The short X.Y version.
version = '3.6'
# The full version, including alpha/beta/rc tags.
release = '3.6.0'
release = '3.6.1'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion tvrenamr/__init__.py
Expand Up @@ -2,4 +2,4 @@
__copyright__ = 'Copyright 2012 George Hickman'
__license__ = 'MIT'
__title__ = 'tvrenamr'
__version__ = '3.6.0'
__version__ = '3.6.1'

0 comments on commit f343801

Please sign in to comment.