Skip to content

Commit

Permalink
Merge pull request #201 from dhodovsk/release-0.3.0-fix
Browse files Browse the repository at this point in the history
0.3.0 release
  • Loading branch information
TomasTomecek authored May 2, 2018
2 parents c77b897 + 217dfa0 commit 2d95f23
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
CONU_REPOSITORY := docker.io/modularitycontainers/conu
TEST_IMAGE_NAME := conu-tests
DOC_EXAMPLE_PATH := "docs/source/examples"
VERSION := 0.2.0
VERSION := 0.3.0

install-dependencies:
./requirements.sh
Expand Down
5 changes: 4 additions & 1 deletion conu.spec
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
%endif

Name: %{pypi_name}
Version: 0.2.0
Version: 0.3.0
Release: 2%{?dist}
Summary: library which makes it easy to write tests for your containers

Expand Down Expand Up @@ -180,6 +180,9 @@ rm -rf html/.{doctrees,buildinfo}
%license LICENSE

%changelog
* Wed May 02 2018 Dominika Hodovska <dhodovsk@redhat.com> 0.3.0-1
- 0.3.0 release

* Thu Feb 01 2018 Tomas Tomecek <ttomecek@redhat.com> 0.2.0-1
- 0.2.0 release

Expand Down
2 changes: 1 addition & 1 deletion conu/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
# https://www.python.org/dev/peps/pep-0440/
__version__ = "0.2.0"
__version__ = "0.3.0"

0 comments on commit 2d95f23

Please sign in to comment.