Skip to content

Commit

Permalink
Bump version: 6.107.6 → 6.107.7
Browse files Browse the repository at this point in the history
  • Loading branch information
joamatab committed Jun 21, 2023
1 parent 33621b4 commit 401369a
Show file tree
Hide file tree
Showing 15 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 6.107.6
current_version = 6.107.7
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile
@@ -1 +1 @@
FROM joamatab/gdsfactory:6.107.6
FROM joamatab/gdsfactory:6.107.7
2 changes: 1 addition & 1 deletion README.md
@@ -1,4 +1,4 @@
# gdsfactory 6.107.6
# gdsfactory 6.107.7

[![docs](https://github.com/gdsfactory/gdsfactory/actions/workflows/pages.yml/badge.svg)](https://gdsfactory.github.io/gdsfactory/)
[![PyPI](https://img.shields.io/pypi/v/gdsfactory)](https://pypi.org/project/gdsfactory/)
Expand Down
2 changes: 1 addition & 1 deletion conda/construct.yaml
@@ -1,5 +1,5 @@
name: gdsfactory
version: 6.107.6
version: 6.107.7
installer_type: all

channels:
Expand Down
2 changes: 1 addition & 1 deletion conda/constructor/Miniforge3/install.bat
Expand Up @@ -6,7 +6,7 @@ call conda activate

call pip install "jaxlib[cuda111]" -f https://whls.blob.core.windows.net/unstable/index.html --use-deprecated legacy-resolver
call pip install sax jax
call pip install gdsfactory[full]==6.107.6
call pip install gdsfactory[full]==6.107.7

call conda install -c conda-forge slepc4py=*=complex* -y
call conda install -c conda-forge git -y
Expand Down
4 changes: 2 additions & 2 deletions conda/constructor/Miniforge3/install.sh
Expand Up @@ -3,8 +3,8 @@
source "$PREFIX/etc/profile.d/conda.sh"
conda activate "$PREFIX"

python -m pip install gdsfactory[full,sax]==6.107.6
# python -m pip install sklearn gdsfactory[full,dev,gmsh,tidy3d,meow,sax,ray,database,femwell,kfactory]==6.107.6
python -m pip install gdsfactory[full,sax]==6.107.7
# python -m pip install sklearn gdsfactory[full,dev,gmsh,tidy3d,meow,sax,ray,database,femwell,kfactory]==6.107.7

# conda install -c conda-forge slepc4py=*=complex* -y

Expand Down
2 changes: 1 addition & 1 deletion conda/install.bat
Expand Up @@ -6,7 +6,7 @@ call conda activate

call pip install sax jax sklearn
call pip install "jaxlib[cuda111]" -f https://whls.blob.core.windows.net/unstable/index.html --use-deprecated legacy-resolver
call pip install gdsfactory[full,gmsh,tidy3d,devsim,meow,ray,database]==6.107.6
call pip install gdsfactory[full,gmsh,tidy3d,devsim,meow,ray,database]==6.107.7

call conda install -c conda-forge slepc4py=*=complex* -y
call conda install -c conda-forge git -y
Expand Down
2 changes: 1 addition & 1 deletion conda/install.sh
@@ -1,7 +1,7 @@
#!/bin/bash

conda install -c conda-forge slepc4py=*=complex* -y
pip install sklearn gdsfactory[full,gmsh,tidy3d,devsim,meow,sax,ray,database,femwell]==6.107.6
pip install sklearn gdsfactory[full,gmsh,tidy3d,devsim,meow,sax,ray,database,femwell]==6.107.7
[ ! -d $HOME/Desktop/gdsfactory ] && git clone https://github.com/gdsfactory/gdsfactory.git $HOME/Desktop/gdsfactory

# if [[ $(uname -s) == Linux ]]; then
Expand Down
2 changes: 1 addition & 1 deletion gdsfactory/__init__.py
Expand Up @@ -158,4 +158,4 @@ def __getattr__(name):
"xsection",
"PATH",
)
__version__ = "6.107.6"
__version__ = "6.107.7"
2 changes: 1 addition & 1 deletion gdsfactory/cli.py
Expand Up @@ -22,7 +22,7 @@
except ImportError:
import click

VERSION = "6.107.6"
VERSION = "6.107.7"
LAYER_LABEL = LAYER.LABEL


Expand Down
2 changes: 1 addition & 1 deletion gdsfactory/config.py
Expand Up @@ -30,7 +30,7 @@
if TYPE_CHECKING:
from loguru import Logger

__version__ = "6.107.6"
__version__ = "6.107.7"
PathType = Union[str, pathlib.Path]

home = pathlib.Path.home()
Expand Down
2 changes: 1 addition & 1 deletion gdsfactory/generic_tech/klayout/grain.xml
Expand Up @@ -3,7 +3,7 @@
<name>gdsfactory</name>
<token/>
<hidden>false</hidden>
<version>6.107.6</version>
<version>6.107.7</version>
<api-version/>
<title>gdsfactory</title>
<doc>EDA tool to layout integrated circuits</doc>
Expand Down
2 changes: 1 addition & 1 deletion gdsfactory/generic_tech/klayout/pymacros/set_menus.lym
Expand Up @@ -17,7 +17,7 @@
<text>
import pya

__version__ = "6.107.6"
__version__ = "6.107.7"


def set_menu():
Expand Down
2 changes: 1 addition & 1 deletion gdsfactory/samples/notebooks/08_pdk.md
Expand Up @@ -290,7 +290,7 @@ Pytest-regressions automatically creates the CSV and YAML files for you, as well

gdsfactory is **not** backwards compatible, which means that the package will keep improving and evolving.

1. To make your work stable you should install a specific version and [pin the version](https://martin-thoma.com/python-requirements/) in your `requirements.txt` or `pyproject.toml` as `gdsfactory==6.107.6` replacing `6.107.6` by whatever version you end up using.
1. To make your work stable you should install a specific version and [pin the version](https://martin-thoma.com/python-requirements/) in your `requirements.txt` or `pyproject.toml` as `gdsfactory==6.107.7` replacing `6.107.7` by whatever version you end up using.
2. Before you upgrade gdsfactory to a newer version make sure your tests pass to make sure that things behave as expected


Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Expand Up @@ -44,7 +44,7 @@ license = {file = "LICENSE"}
name = "gdsfactory"
readme = "README.md"
requires-python = ">=3.7"
version = "6.107.6"
version = "6.107.7"

[project.optional-dependencies]
cad = [
Expand Down

0 comments on commit 401369a

Please sign in to comment.