Skip to content

Commit

Permalink
Brew formula final version added, version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
gautamkrishnar committed Jul 8, 2020
1 parent 8b59392 commit af00213
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
SoCLI Changelog
================

Release 4.4
Release 4.6
---------------------------
* Brew formula final version added

Release 4.5
---------------------------
* Brew formula initial version release

Expand Down
5 changes: 3 additions & 2 deletions publish-brew-formula.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ pybrew \
-r https://github.com/gautamkrishnar/socli/archive/${TRAVIS_TAG}.tar.gz \
socli \
socli.rb
echo "Generated file:"
echo "Generated formula:"
echo "------------------------------------------------------------------------------------"
cat socli.rb
echo "------------------------------------------------------------------------------------"
# Pushing to tap
Expand All @@ -23,4 +24,4 @@ git add --all
echo "Committing formula..."
git commit -m "Published ${TRAVIS_TAG}"
echo "Pushing formula..."
git push -f --quiet
git push --quiet
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
setup_requires=['pytest-runner'],
tests_require=['pytest'],
requires=['BeautifulSoup4','requests','colorama','PyStackExchange', 'urwid'],
version='4.5',
version='4.6',
url='http://www.github.com/gautamkrishnar/socli',
keywords="stack overflow cli",
license='BSD',
Expand Down

0 comments on commit af00213

Please sign in to comment.