Skip to content
This repository has been archived by the owner on Aug 29, 2020. It is now read-only.

Commit

Permalink
Use semantic versioning scheme
Browse files Browse the repository at this point in the history
  • Loading branch information
coldfix committed May 3, 2014
1 parent 9781781 commit 1911fa1
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
Changelog
~~~~~~~~~

0.3.1
=====

- use `semantic versioning <http://semver.org/>`


0.3
===

Expand Down
2 changes: 1 addition & 1 deletion madseq.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
# meta data
#----------------------------------------

__version__ = 'madseq 0.2'
__version__ = 'madseq 0.3.0'

__all__ = [
'Element', 'Sequence', 'Document',
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

setup(
name='madseq',
version='0.3',
version='0.3.0',
description='Parser/transformator for MAD-X sequences',
long_description=long_description,
author='Thomas Gläßle',
Expand Down

0 comments on commit 1911fa1

Please sign in to comment.