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

Commit

Permalink
Bump version and update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
raymondEhlers committed Jan 2, 2019
1 parent 460aab6 commit cfb1c10
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

Changelog based on the [format here](https://keepachangelog.com/en/1.0.0/).

## [1.3.1] - 2 January 2019

### Fixed

- Tagging issue in Travis with multiple python 3 versions. We only wanted to deploy to PyPI for one python
version, which we arbitrarily select as the python 3.7 version. See: `460aab69`.

## [1.3] - 2 January 2019

### Added
Expand All @@ -21,7 +28,7 @@ Changelog based on the [format here](https://keepachangelog.com/en/1.0.0/).
- Fixed typos in the ROOT build script. See: `d967dda3`.
- Blank pkgconfig directory created in the ROOT install. See: `627381b2` and the related [ROOT JIRA
ticket](https://sft.its.cern.ch/jira/browse/ROOT-9864).
- Allow passing in of database information to the `processAllRuns() `to avoid database locking issue
- Allow passing in of database information to the `processAllRuns()` to avoid database locking issue
when running repeated processing locally (ie without a ZEO/ZODB server). Thanks to Raquel for reporting! See: `7422451a`.

## [1.2.3] - 3 December 2018
Expand Down
2 changes: 1 addition & 1 deletion overwatch/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
import re

# Provide the version as a string
__version__ = "1.3"
__version__ = "1.3.1"
version = __version__
# As provide as a tuple, with each value as it's own entry.
# ie. "1.0" -> `("1", "0")`
Expand Down

0 comments on commit cfb1c10

Please sign in to comment.