Skip to content

Commit

Permalink
[RELEASE] New bug fix release
Browse files Browse the repository at this point in the history
  • Loading branch information
croessner committed Apr 26, 2014
1 parent 5ac37aa commit 2eb1c64
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 6 deletions.
5 changes: 5 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
* Version 0.10.2
---------------------------------
- Several minor bug fixes
- Drop memcache dependencies

* Version 0.10.0
---------------------------------
- Several minor bug fixes
Expand Down
2 changes: 1 addition & 1 deletion CREDITS
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Repository, automx-test and Build Management
Marc Schiffbauer <m@sys4.de>
Programming
Maintainer and programming
Christian Roessner <cr@sys4.de>
Website, Documentation and Idea
Patrick Ben Koetter <p@sys4.de>
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
description='Provides account configuration data to mailclients',
url='http://automx.org/',
license='GPL',
version='0.10.1',
version='0.10.2',
py_modules=['automx_wsgi'],
packages=['automx'],
package_dir={'': 'src'},
Expand Down
2 changes: 1 addition & 1 deletion src/automx-test
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
#
VERSION="0.10.1"
VERSION="0.10.2"

trap clean_exit EXIT
function clean_exit() {
Expand Down
2 changes: 1 addition & 1 deletion src/automx/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
along with this program. If not, see <http://www.gnu.org/licenses/>.
"""

__version__ = '0.10.1'
__version__ = '0.10.2'
__author__ = "Christian Roessner, Patrick Ben Koetter"
__copyright__ = "Copyright (c) 2011-2013 [*] sys4 AG"

Expand Down
2 changes: 1 addition & 1 deletion src/automx/view.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"""
from plistlib import writePlistToString, readPlist

__version__ = '0.10.1'
__version__ = '0.10.2'
__author__ = "Christian Roessner, Patrick Ben Koetter"
__copyright__ = "Copyright (c) 2011-2013 [*] sys4 AG"

Expand Down
2 changes: 1 addition & 1 deletion src/automx_wsgi.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
along with this program. If not, see <http://www.gnu.org/licenses/>.
"""

__version__ = '0.10.1'
__version__ = '0.10.2'
__author__ = "Christian Roessner, Patrick Ben Koetter"
__copyright__ = "Copyright (c) 2011-2013 [*] sys4 AG"

Expand Down

0 comments on commit 2eb1c64

Please sign in to comment.