Skip to content

Commit

Permalink
Expands gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
aarjaneiro committed Jul 1, 2021
1 parent 1d887c7 commit f7a3819
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 4 deletions.
8 changes: 8 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
################################################################################
# This .gitignore file was automatically created by Microsoft(R) Visual Studio.
################################################################################

/.vs
/env
/parallelqueue/parallelqueue/__pycache__
/parallelqueue/__pycache__
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,5 +56,6 @@ References

Release Notes
-------------
0.1.5.0 will likely be the only release for the next few weeks.
Next release is likely to include some of the above goals and parallelization tools.
- 1.0.0 expands the `gitignore` to exclude temporary files typically generated when used in a virtual environment on Visual Studio.
- Also coincides with an official DOI being assigned via Zenodo.

2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
author = 'Aaron Janeiro Stone'

# The full version, including alpha/beta/rc tags
release = '0.1.5.0'
release = '1.0.0'

# -- General configuration ---------------------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
with open(path.join(this_directory, 'README.md'), encoding='utf-8') as f:
long_description = f.read()

setup(name='ParallelQueue', version='0.1.5.0', packages=['parallelqueue'],
setup(name='ParallelQueue', version='1.0.0', packages=['parallelqueue'],
url='https://github.com/aarjaneiro/ParallelQueue', license='MIT', author='Aaron Janeiro Stone',
author_email='[email protected]', description='Parallel queueing models for SimPy',
long_description=long_description, long_description_content_type='text/markdown')

0 comments on commit f7a3819

Please sign in to comment.