Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
jd-lara committed Nov 1, 2019
1 parent 5351236 commit bea9e46
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# PowerSystems Change Log

### v0.5.1
- Enforce unique bus numbers
- Set min version of IS to 0.2.4

### v0.5.1
- Bug fix in generate_initial_times
- Bug fixes on SystemTable Data
Expand Down
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "PowerSystems"
uuid = "bcd98974-b02a-5e2f-9ee0-a103f5c450dd"
authors = ["Jose Daniel Lara", "Dheepak Krishnamurthy", "Clayton Barrows", "Daniel Thom"]
version = "0.5.1"
version = "0.5.2"

[deps]
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
Expand All @@ -21,7 +21,7 @@ YAML = "ddb6d928-2868-570f-bddf-ab3f9cf99eb6"
[compat]
CSV = "~0.5"
DataFrames = "~0.19"
InfrastructureSystems = "~0.2"
InfrastructureSystems = "~0.2.4"
JSON = "~0.21"
JSON2 = "~0.3"
TimeSeries = "~0.16"
Expand Down

2 comments on commit bea9e46

@jd-lara
Copy link
Member Author

@jd-lara jd-lara commented on bea9e46 Nov 1, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator register()

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/4951

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if Julia TagBot is installed, or can be done manually through the github interface, or via:

git tag -a v0.5.2 -m "<description of version>" bea9e464b3cf7ca0c9f950e9325bcb935ac20fa4
git push origin v0.5.2

Please sign in to comment.