Skip to content

Commit

Permalink
Release v0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sjpfenninger committed Jan 6, 2015
1 parent 5f018bc commit ae1d216
Show file tree
Hide file tree
Showing 25 changed files with 30 additions and 25 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Makefile
.coverage
*.pyc
calliope.egg-info/
doc/_build/
dist/
5 changes: 5 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
sdist:
python setup.py sdist

upload:
twine upload dist/*
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Documentation is available at docs.callio.pe:
License
-------

Copyright 2013-2014 Stefan Pfenninger
Copyright 2013-2015 Stefan Pfenninger

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion calliope/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
__title__ = 'Calliope'
__author__ = 'Stefan Pfenninger'
__copyright__ = 'Copyright 2013-2014 Stefan Pfenninger'
__copyright__ = 'Copyright 2013-2015 Stefan Pfenninger'

from ._version import __version__

Expand Down
2 changes: 1 addition & 1 deletion calliope/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.3.1-dev'
__version__ = '0.3.1'
2 changes: 1 addition & 1 deletion calliope/analysis.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""
Copyright (C) 2013-2014 Stefan Pfenninger.
Copyright (C) 2013-2015 Stefan Pfenninger.
Licensed under the Apache 2.0 License (see LICENSE file).
analysis.py
Expand Down
2 changes: 1 addition & 1 deletion calliope/cli.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""
Copyright (C) 2013-2014 Stefan Pfenninger.
Copyright (C) 2013-2015 Stefan Pfenninger.
Licensed under the Apache 2.0 License (see LICENSE file).
cli.py
Expand Down
2 changes: 1 addition & 1 deletion calliope/constraints/base.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""
Copyright (C) 2013-2014 Stefan Pfenninger.
Copyright (C) 2013-2015 Stefan Pfenninger.
Licensed under the Apache 2.0 License (see LICENSE file).
base.py
Expand Down
2 changes: 1 addition & 1 deletion calliope/constraints/group_fraction.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""
Copyright (C) 2013-2014 Stefan Pfenninger.
Copyright (C) 2013-2015 Stefan Pfenninger.
Licensed under the Apache 2.0 License (see LICENSE file).
group_fraction.py
Expand Down
2 changes: 1 addition & 1 deletion calliope/constraints/objective.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""
Copyright (C) 2013-2014 Stefan Pfenninger.
Copyright (C) 2013-2015 Stefan Pfenninger.
Licensed under the Apache 2.0 License (see LICENSE file).
objective.py
Expand Down
2 changes: 1 addition & 1 deletion calliope/constraints/planning.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""
Copyright (C) 2013-2014 Stefan Pfenninger.
Copyright (C) 2013-2015 Stefan Pfenninger.
Licensed under the Apache 2.0 License (see LICENSE file).
planning.py
Expand Down
2 changes: 1 addition & 1 deletion calliope/constraints/ramping.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""
Copyright (C) 2013-2014 Stefan Pfenninger.
Copyright (C) 2013-2015 Stefan Pfenninger.
Licensed under the Apache 2.0 License (see LICENSE file).
ramping.py
Expand Down
2 changes: 1 addition & 1 deletion calliope/core.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""
Copyright (C) 2013-2014 Stefan Pfenninger.
Copyright (C) 2013-2015 Stefan Pfenninger.
Licensed under the Apache 2.0 License (see LICENSE file).
core.py
Expand Down
2 changes: 1 addition & 1 deletion calliope/exceptions.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""
Copyright (C) 2013-2014 Stefan Pfenninger.
Copyright (C) 2013-2015 Stefan Pfenninger.
Licensed under the Apache 2.0 License (see LICENSE file).
exceptions.py
Expand Down
2 changes: 1 addition & 1 deletion calliope/locations.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""
Copyright (C) 2013-2014 Stefan Pfenninger.
Copyright (C) 2013-2015 Stefan Pfenninger.
Licensed under the Apache 2.0 License (see LICENSE file).
locations.py
Expand Down
2 changes: 1 addition & 1 deletion calliope/parallel.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""
Copyright (C) 2013-2014 Stefan Pfenninger.
Copyright (C) 2013-2015 Stefan Pfenninger.
Licensed under the Apache 2.0 License (see LICENSE file).
parallel.py
Expand Down
2 changes: 1 addition & 1 deletion calliope/read.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""
Copyright (C) 2013-2014 Stefan Pfenninger.
Copyright (C) 2013-2015 Stefan Pfenninger.
Licensed under the Apache 2.0 License (see LICENSE file).
read.py
Expand Down
2 changes: 1 addition & 1 deletion calliope/time_functions.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""
Copyright (C) 2013-2014 Stefan Pfenninger.
Copyright (C) 2013-2015 Stefan Pfenninger.
Licensed under the Apache 2.0 License (see LICENSE file).
time_functions.py
Expand Down
2 changes: 1 addition & 1 deletion calliope/time_tools.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""
Copyright (C) 2013-2014 Stefan Pfenninger.
Copyright (C) 2013-2015 Stefan Pfenninger.
Licensed under the Apache 2.0 License (see LICENSE file).
time_tools.py
Expand Down
2 changes: 1 addition & 1 deletion calliope/transmission.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""
Copyright (C) 2013-2014 Stefan Pfenninger.
Copyright (C) 2013-2015 Stefan Pfenninger.
Licensed under the Apache 2.0 License (see LICENSE file).
transmission.py
Expand Down
2 changes: 1 addition & 1 deletion calliope/utils.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""
Copyright (C) 2013-2014 Stefan Pfenninger.
Copyright (C) 2013-2015 Stefan Pfenninger.
Licensed under the Apache 2.0 License (see LICENSE file).
utils.py
Expand Down
4 changes: 2 additions & 2 deletions changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Release History
---------------

0.3.1 (dev)
+++++++++++
0.3.1 (2015-01-06)
++++++++++++++++++

* Fixes to time_functions
* Other minor improvements and fixes
Expand Down
2 changes: 1 addition & 1 deletion doc/generate_tables.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""
Copyright (C) 2013-2014 Stefan Pfenninger.
Copyright (C) 2013-2015 Stefan Pfenninger.
Licensed under the Apache 2.0 License (see LICENSE file).
generate_tables.py
Expand Down
2 changes: 1 addition & 1 deletion doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ Release history
License
-------

Copyright 2013--2014 Stefan Pfenninger
Copyright 2013--2015 Stefan Pfenninger

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion doc/user/introduction.rst
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ Calliope is released under the Apache 2.0 license, which is a permissive open-so

::

Copyright 2013-2014 Stefan Pfenninger
Copyright 2013-2015 Stefan Pfenninger

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down

0 comments on commit ae1d216

Please sign in to comment.