Skip to content

Commit

Permalink
Merge pull request #1225 from SMI/release/v5.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jas88 authored Jul 18, 2022
2 parents 7095bae + 6e603ee commit 9ad161b
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 5 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,14 @@ A raw git diff can be seen [here][unreleased].

<!--next-->

## [5.1.2] 2022-07-18

## Bugfix

- [#1223](https://github.com/SMI/SmiServices/pull/1223) by rkm. Fix setup.py
in Smi_Common_Python to include all files, regardless of the current
directory.

## [5.1.1] 2022-07-18

## Bugfix
Expand Down Expand Up @@ -1104,7 +1112,8 @@ First stable release after importing the repository from the private
- Anonymous `MappingTableName` must now be fully specified to pass validation
(e.g. `mydb.mytbl`). Previously skipping database portion was supported.

[unreleased]: https://github.com/SMI/SmiServices/compare/v5.1.1...master
[unreleased]: https://github.com/SMI/SmiServices/compare/v5.1.2...master
[5.1.2]: https://github.com/SMI/SmiServices/compare/v5.1.1...v5.1.2
[5.1.1]: https://github.com/SMI/SmiServices/compare/v5.1.0...v5.1.1
[5.1.0]: https://github.com/SMI/SmiServices/compare/v5.0.1...v5.1.0
[5.0.1]: https://github.com/SMI/SmiServices/compare/v5.0.0...v5.0.1
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
![GitHub](https://img.shields.io/github/license/SMI/SmiServices)
[![Total alerts](https://img.shields.io/lgtm/alerts/g/SMI/SmiServices.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/SMI/SmiServices/alerts/)

Version: `5.1.1`
Version: `5.1.2`

# SMI Services

Expand Down
1 change: 0 additions & 1 deletion news/1223-bugfix.md

This file was deleted.

4 changes: 2 additions & 2 deletions src/SharedAssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@

// These should be overwritten by release builds
[assembly: AssemblyVersion("5.1.1")]
[assembly: AssemblyFileVersion("5.1.1")]
[assembly: AssemblyInformationalVersion("5.1.1")] // This one can have the extra build info after it
[assembly: AssemblyFileVersion("5.1.2")]
[assembly: AssemblyInformationalVersion("5.1.2")] // This one can have the extra build info after it

0 comments on commit 9ad161b

Please sign in to comment.