Skip to content

Commit

Permalink
chore(release): Tag version 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
daisylb committed Mar 3, 2016
1 parent 794509e commit a6f731b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Expand Up @@ -51,9 +51,9 @@
# built documents.
#
# The short X.Y version.
version = '1.0.0'
version = '1.0'
# The full version, including alpha/beta/rc tags.
release = '1.0.0'
release = '1.0.1'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
@@ -1,7 +1,7 @@
from setuptools import setup, find_packages

setup(name='virtualfish',
version='1.0.0', # Don't forget to change this in docs/conf.py and virtual.fish too!
version='1.0.1', # Don't forget to change this in docs/conf.py and virtual.fish too!
description='A virtualenv wrapper for the Fish shell',
author='Adam Brenecki',
author_email='adam@brenecki.id.au',
Expand Down
4 changes: 3 additions & 1 deletion virtualfish/virtual.fish
@@ -1,7 +1,7 @@
# VirtualFish
# A Virtualenv wrapper for the Fish Shell based on Doug Hellman's virtualenvwrapper

set -g VIRTUALFISH_VERSION master
set -g VIRTUALFISH_VERSION 1.0.1

if not set -q VIRTUALFISH_HOME
set -g VIRTUALFISH_HOME $HOME/.virtualenvs
Expand Down Expand Up @@ -272,6 +272,8 @@ function __vf_connect --description "Connect this virtualenv to the current dire
end

function __vf_help --description "Print VirtualFish usage information"
echo "virtualfish $VIRTUALFISH_VERSION"
echo
echo "Usage: vf <command> [<args>]"
echo
echo "Available commands:"
Expand Down

0 comments on commit a6f731b

Please sign in to comment.