Skip to content

Commit

Permalink
version number increment
Browse files Browse the repository at this point in the history
  • Loading branch information
ajjackson committed Apr 25, 2017
1 parent 26f788a commit 53c8e0c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
10 changes: 7 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,18 +14,20 @@ The changelog format is inspired by [keep-a-changelog](https://github.com/olivie

## [Unreleased]

## [1.0] - 2016-04-25

- Add "get-volume" for quick read of volume
- Add "get-energy" for quick read of energy
- Update all "get" tools for Python3 compatibility and simpler interface
- Input file is now consistently the first positional argument so no
need to remember which optional flag is needed.

## [0.2] - 2016-11-4
## [0.2] - 2016-11-04

- Fix broken get-spacegroup interface
- Add reader/converter for ATAT SQS files

## 0.1 - 2016-11-4
## 0.1 - 2016-11-04

- Begin proper organisation of repository and packaging
- Tools collected from various projects
Expand All @@ -42,6 +44,8 @@ The changelog format is inspired by [keep-a-changelog](https://github.com/olivie
- Packaging with pip
- GPL license

[Unreleased]: https://github.com/ajjackson/mctools/compare/v1.0...HEAD
[1.0]: https://github.com/ajjackson/mctools/compare/v0.2...v1.0
[0.2]: https://github.com/ajjackson/mctools/compare/v0.1...v0.2
[Unreleased]: https://github.com/ajjackson/mctools/compare/v0.2...HEAD


2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

setup(
name='mctools',
version='0.2.0',
version='1.0.0',
description='Convenience tools for computational materials chemistry',
long_description="""
Just a few handy scripts using ASE.
Expand Down

0 comments on commit 53c8e0c

Please sign in to comment.