Skip to content

Commit

Permalink
Merge branch '1.1.x' into 1.2.x
Browse files Browse the repository at this point in the history
# Conflicts:
#	src/facet/__init__.py
  • Loading branch information
j-ittner committed Feb 23, 2022
2 parents c3b8124 + f546789 commit b68d1d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion condabuild/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ build:
requirements:
host:
- flit>=3.0.*
- numpy {{ environ.get('FACET_V_NUMPY', '>=1.11') }}
- numpy {{ environ.get('FACET_V_NUMPY', '>=1.11') }}
- pip>=20
- python=3.8
run:
Expand Down
2 changes: 1 addition & 1 deletion src/facet/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"""


__version__ = "1.2.2"
__version__ = "1.2.3"

__logo__ = (
r"""
Expand Down

0 comments on commit b68d1d2

Please sign in to comment.