Skip to content

Commit

Permalink
Issue270 release2 0 0 (#271)
Browse files Browse the repository at this point in the history
* Added version date

* Removed autoupload

* Updated comment

* Updated copyright year
  • Loading branch information
mwetter authored Jul 15, 2019
1 parent dc09292 commit 72008d0
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 7 deletions.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,10 @@ dist: clean doctest unittest doc
python setup.py bdist_egg
rm -rf build
rm -rf buildingspy.egg-info
twine upload dist/*
@echo "Source distribution is in directory dist"
@echo "To post to server, run postBuildingsPyToWeb.sh"
@echo "To upload to PyPi, run 'twine upload dist/*'"



upload-test:
Expand Down
4 changes: 2 additions & 2 deletions buildingspy/CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
BuildingsPy Changelog
---------------------

Version 2.0.0, xxx
^^^^^^^^^^^^^^^^^^
Version 2.0.0, July 15, 2019 -- Release 2.0
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Added handling of library specific comments in buildingspy.development.merger
- Improved error reporting when running regression tests in batch mode.
- Corrected bug when creating and then renaming a package with
Expand Down
2 changes: 1 addition & 1 deletion buildingspy/development/regressiontest.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ class Tester(object):
:param check_html: bool (default=True). Specify whether to load tidylib and
perform validation of html documentation
:param tool: {'dymola', 'omc', 'jmodelica'}. Default is 'dymola', specifies the
:param tool: {``dymola``, ``omc``, ``jmodelica``}. Default is ``dymola``, specifies the
tool to use for running the regression test with :func:`~buildingspy.development.Tester.run`.
:param cleanup: bool (default=True). Specify whether to delete temporary directories.
Expand Down
2 changes: 1 addition & 1 deletion buildingspy/license.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2011-2018, The Regents of the University of California, Department
Copyright (c) 2011-2019, The Regents of the University of California, Department
of Energy contract-operators of the Lawrence Berkeley National Laboratory.
All rights reserved.

Expand Down
2 changes: 1 addition & 1 deletion doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@

# General information about the project.
project = u'buildingspy'
copyright = u'2011-2018, The Regents of the University of California (through Lawrence Berkeley National Laboratory), subject to receipt of any required approvals from U.S. Department of Energy'
copyright = u'2011-2019, The Regents of the University of California (through Lawrence Berkeley National Laboratory), subject to receipt of any required approvals from U.S. Department of Energy'

# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
Expand Down
2 changes: 1 addition & 1 deletion doc/source/legal.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Copyright and License
=====================

Copyright (c) 2011-2018, The Regents of the University of California, Department
Copyright (c) 2011-2019, The Regents of the University of California, Department
of Energy contract-operators of the Lawrence Berkeley National Laboratory.
All rights reserved.

Expand Down

0 comments on commit 72008d0

Please sign in to comment.