Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sync package version with release version #23

Open
AmitAronovitch opened this issue Apr 24, 2018 · 2 comments
Open

sync package version with release version #23

AmitAronovitch opened this issue Apr 24, 2018 · 2 comments
Assignees

Comments

@AmitAronovitch
Copy link
Contributor

currently they are different, should fix the travis pipeline / packaging script...

$ pip install satellogic-quaternions
Collecting satellogic-quaternions
  Downloading https://files.pythonhosted.org/packages/d6/05/d25da5854db4a049e8b7e035757d1e727b8e9f4c270ead170273fae6b89d/satellogic_quaternions-0.1.5-py3-none-any.whl
Requirement already satisfied: numpy in /home/amit/.local/virtualenv/main/lib/python3.6/site-packages (from satellogic-quaternions)
Installing collected packages: satellogic-quaternions
Successfully installed satellogic-quaternions-0.1.5
$ ipython
Python 3.6.3 (default, Oct  3 2017, 21:45:48) 
Type 'copyright', 'credits' or 'license' for more information
IPython 6.2.1 -- An enhanced Interactive Python. Type '?' for help.

In [1]: import quaternions.version

In [2]: quaternions.version.__version__
Out[2]: '0.1.3.dev1'
@matiasg
Copy link
Collaborator

matiasg commented Apr 24, 2018

I'll bump to 0.1.6 asap. We might want to set travis to automatically push to pypi, and afterwards we would make the bump.

@astrojuanlu
Copy link
Contributor

Working on this

matiasg added a commit that referenced this issue Jul 27, 2020
# This is the 1st commit message:

pin coveralls version

# This is the commit message #2:

rever change of pytest-coverage. Pin python-coverage

# This is the commit message #3:

just as a test, remove coveralls

# This is the commit message #4:

remove also cov from script 🤦

# This is the commit message #5:

pin pytest version

# This is the commit message #6:

pin hypothesis version

# This is the commit message #7:

pin hypothesis to 3.55.1 now

# This is the commit message #8:

do not install pytest-coverage

# This is the commit message #9:

pin pytest-coverage

# This is the commit message #10:

install pinned coverage, do not install pytest-coverage :'(

# This is the commit message #11:

pin attr

# This is the commit message #12:

attr is attrs

# This is the commit message #13:

travis, please tell me attr version

# This is the commit message #14:

go back to original setup.py

# This is the commit message #15:

exclude coveralls from 3.4 & 3.5. Try 1

# This is the commit message #16:

use [] instead of test

# This is the commit message #17:

install pytest 5.4.3

# This is the commit message #18:

travis tell me something

# This is the commit message #19:

please do tell

# This is the commit message #20:

ooohhh?

# This is the commit message #21:

oh 2

# This is the commit message #22:

oh 3

# This is the commit message #23:

oh 4

# This is the commit message #24:

oh 5
@astrojuanlu astrojuanlu removed their assignment Feb 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants