Skip to content

Commit

Permalink
changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
nllong committed Feb 17, 2021
1 parent 145f2db commit a595989
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
Change Log
==========

v0.1.0-dev6 (unreleased)
v0.1.0-dev7
-----------
* Update importlib-metadata to latest

v0.1.0-dev6
-----------
Deleted from PyPi and untagged.

v0.1.0-dev5
---------
Date: 2020-12-28
Expand Down
3 changes: 0 additions & 3 deletions CHANGES.txt

This file was deleted.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "alfalfa-client"
version = "0.1.0-dev6"
version = "0.1.0-dev7"
description = "A standalone client for the NREL Alfalfa application"
authors = [
'Kyle Benne <kyle.benne@nrel.gov>',
Expand Down
2 changes: 1 addition & 1 deletion tests/test_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@


def test_version():
assert __version__ == '0.1.0.dev6'
assert __version__ == '0.1.0.dev7'

0 comments on commit a595989

Please # to comment.