Skip to content

Commit

Permalink
Merge 99ad2f0 into 1abf0ca
Browse files Browse the repository at this point in the history
  • Loading branch information
jpgill86 committed Oct 9, 2019
2 parents 1abf0ca + 99ad2f0 commit cc630e8
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/releasenotes.rst
Expand Up @@ -6,6 +6,7 @@ Release Notes
.. toctree::
:maxdepth: 1

releases/1.1.0
releases/1.0.0
releases/0.7.0
releases/0.6.0
Expand Down
23 changes: 23 additions & 0 deletions docs/releases/1.1.0.rst
@@ -0,0 +1,23 @@
.. _v1.1.0:

neurotic 1.1.0
==============

2019-10-09

Improvements
------------

* Add API parameters and CLI argument for displaying the real-world date and
time (potentially inaccurate)
(`#110 <https://github.com/jpgill86/neurotic/pull/110>`__,
`#118 <https://github.com/jpgill86/neurotic/pull/118>`__)

* Add printer-friendly theme (white background)
(`#114 <https://github.com/jpgill86/neurotic/pull/114>`__)

Documentation
-------------

* Add documentation of GIN URLs for public and private repos
(`#113 <https://github.com/jpgill86/neurotic/pull/113>`__)
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -13,7 +13,7 @@
MAJOR = 1 # increment for backwards-incompatible changes
MINOR = 1 # increment for backwards-compatible feature additions
MICRO = 0 # increment for backwards-compatible bug fixes
IS_RELEASED = False # determines whether version will be marked as development
IS_RELEASED = True # determines whether version will be marked as development
VERSION = f'{MAJOR}.{MINOR}.{MICRO}'

# Try to fetch the git revision number from the .git directory if it exists,
Expand Down

0 comments on commit cc630e8

Please sign in to comment.