Skip to content

Commit

Permalink
Merge pull request projectatomic#1192 from baude/1.22
Browse files Browse the repository at this point in the history
1.22
  • Loading branch information
baude authored Feb 21, 2018
2 parents aae6249 + a0dcf85 commit d36c015
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .copr/atomic.spec
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
%global shortcommit %(c=%{commit}; echo ${c:0:7})

Name: atomic
Version: 1.21
Version: 1.22
Release: %{shortcommit}-%{?dist}
Summary: Tool for managing ProjectAtomic systems and containers
License: LGPLv2+
Expand Down
2 changes: 1 addition & 1 deletion Atomic/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

# When changinig the version here, also change in the
# .copr/atomic.spec line 18.
__version__ = '1.21.1'
__version__ = '1.22.1'
__author__ = 'Daniel Walsh'
__author_email__ = 'dwalsh@redhat.com'

0 comments on commit d36c015

Please sign in to comment.