Skip to content

Commit

Permalink
tagged version 0.3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
kreczko committed Jan 30, 2020
1 parent 3389514 commit 9385a69
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 4 deletions.
15 changes: 13 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,18 @@
# Change Log

## [v0.3.8](https://github.com/FAST-HEP/scikit-validate/tree/v0.3.8)
## [v0.3.9](https://github.com/FAST-HEP/scikit-validate/tree/v0.3.9) (2020-01-30)

[Full Changelog](https://github.com/FAST-HEP/scikit-validate/compare/v0.3.8...v0.3.9)

**Fixed bugs:**

- setup.py not compatible with Windows [\#27](https://github.com/FAST-HEP/scikit-validate/issues/27)

**Merged pull requests:**

- Fixing issue \#27: setup.py not compatible with Windows [\#28](https://github.com/FAST-HEP/scikit-validate/pull/28) ([kreczko](https://github.com/kreczko))

## [v0.3.8](https://github.com/FAST-HEP/scikit-validate/tree/v0.3.8) (2019-10-15)
[Full Changelog](https://github.com/FAST-HEP/scikit-validate/compare/v0.3.7...v0.3.8)

**Closed issues:**
Expand Down Expand Up @@ -197,4 +208,4 @@
## [v0.0.1](https://github.com/FAST-HEP/scikit-validate/tree/v0.0.1) (2018-10-01)


\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
13 changes: 12 additions & 1 deletion HISTORY.rst
Original file line number Diff line number Diff line change
@@ -1,9 +1,20 @@
Changelog
=========


0.3.9
------------
- Removed comment blocks in validation_detail template (would write
passing entries in there resulting in large files for large projects)
[kreczko]
- Merge pull request #28 from FAST-HEP/kreczko-issue-27. [Luke Kreczko]

Fixing issue #27: setup.py not compatible with Windows
- Setup.py: fixed Unix path for find_commands default value. [kreczko]


0.3.8
------------
- Tagged version 0.3.8. [kreczko]
- Fixed history vs releases. [kreczko]
- Make: add unreleased history at the top of HISTORY.rst (still needs
manual edit) [kreczko]
Expand Down
2 changes: 1 addition & 1 deletion skvalidate/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

__author__ = """FAST"""
__email__ = '[email protected]'
__version__ = '0.3.8'
__version__ = '0.3.9'

__skvalidate_root__ = os.path.dirname(__file__)

Expand Down

0 comments on commit 9385a69

Please sign in to comment.