Skip to content

Commit

Permalink
Bump version: 6.16.0 → 6.16.1
Browse files Browse the repository at this point in the history
  • Loading branch information
joamatab committed Jan 1, 2023
1 parent 5e7bbfd commit d3bdb50
Show file tree
Hide file tree
Showing 16 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 6.16.0
current_version = 6.16.1
commit = True
tag = True

Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Expand Up @@ -56,9 +56,9 @@ jobs:
with:
fail_on_unmatched_files: false
files: |
gdsfactory-6.16.0-Linux-x86_64.sh
gdsfactory-6.16.0-Windows-x86_64.exe
gdsfactory-6.16.0-MacOSX-x86_64.pkg
gdsfactory-6.16.1-Linux-x86_64.sh
gdsfactory-6.16.1-Windows-x86_64.exe
gdsfactory-6.16.1-MacOSX-x86_64.pkg
release_docker:
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
runs-on: ubuntu-latest
Expand All @@ -77,5 +77,5 @@ jobs:
uses: docker/build-push-action@v3
with:
push: true
tags: joamatab/gdsfactory:latest,joamatab/gdsfactory:6.16.0
tags: joamatab/gdsfactory:latest,joamatab/gdsfactory:6.16.1
file: Dockerfile.dev
2 changes: 1 addition & 1 deletion Dockerfile
@@ -1 +1 @@
FROM joamatab/gdsfactory:6.16.0
FROM joamatab/gdsfactory:6.16.1
2 changes: 1 addition & 1 deletion README.md
@@ -1,4 +1,4 @@
# gdsfactory 6.16.0
# gdsfactory 6.16.1

[![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 construct.yaml
@@ -1,5 +1,5 @@
name: gdsfactory
version: 6.16.0
version: 6.16.1
installer_type: all

channels:
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
@@ -1,5 +1,5 @@
project = "gdsfactory"
release = "6.16.0"
release = "6.16.1"
copyright = "2020, MIT License"

html_theme = "sphinx_book_theme"
Expand Down
2 changes: 1 addition & 1 deletion docs/contribution.md
Expand Up @@ -58,7 +58,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` as `gdsfactory==6.16.0` replacing `6.16.0` 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` as `gdsfactory==6.16.1` replacing `6.16.1` by whatever version you end up using.
2. Before you upgrade gdsfactory make sure you write and run regression tests on your work to check that things behave as expected


Expand Down
2 changes: 1 addition & 1 deletion gdsfactory/__init__.py
Expand Up @@ -138,4 +138,4 @@
"write_cells",
"PATH",
)
__version__ = "6.16.0"
__version__ = "6.16.1"
2 changes: 1 addition & 1 deletion gdsfactory/cli.py
Expand Up @@ -16,7 +16,7 @@
from gdsfactory.types import PathType
from gdsfactory.write_cells import write_cells as write_cells_to_separate_gds

VERSION = "6.16.0"
VERSION = "6.16.1"
LAYER_LABEL = LAYER.LABEL


Expand Down
2 changes: 1 addition & 1 deletion gdsfactory/config.py
Expand Up @@ -27,7 +27,7 @@
from loguru import logger
from omegaconf import OmegaConf

__version__ = "6.16.0"
__version__ = "6.16.1"
PathType = Union[str, pathlib.Path]

home = pathlib.Path.home()
Expand Down
2 changes: 1 addition & 1 deletion gdsfactory/klayout/grain.xml
Expand Up @@ -3,7 +3,7 @@
<name>gdsfactory</name>
<token/>
<hidden>false</hidden>
<version>6.16.0</version>
<version>6.16.1</version>
<api-version/>
<title>gdsfactory</title>
<doc>EDA tool to layout integrated circuits</doc>
Expand Down
2 changes: 1 addition & 1 deletion gdsfactory/klayout/pymacros/klive.lym
Expand Up @@ -127,7 +127,7 @@ class MyServer(pya.QTcpServer):
# Start the server
server = MyServer()
path = pathlib.Path(__file__).parent.absolute()
print("klive 6.16.0 is running from {} inside klayout {} with python {}".format(str(path), klayout_version, sys.version))
print("klive 6.16.1 is running from {} inside klayout {} with python {}".format(str(path), klayout_version, sys.version))

</text>
</klayout-macro>
2 changes: 1 addition & 1 deletion gdsfactory/klayout/pymacros/set_menus.lym
Expand Up @@ -17,7 +17,7 @@
<text>
import pya

__version__ = "6.16.0"
__version__ = "6.16.1"


def set_menu():
Expand Down
2 changes: 1 addition & 1 deletion install.bat
Expand Up @@ -2,7 +2,7 @@
set PIP_FIND_LINKS="https://whls.blob.core.windows.net/unstable/index.html"
pip install sax jax sklearn
pip install "jaxlib[cuda111]" -f https://whls.blob.core.windows.net/unstable/index.html --use-deprecated legacy-resolver
pip install gdsfactory[full,gmsh,tidy3d,devsim,meow]==6.16.0
pip install gdsfactory[full,gmsh,tidy3d,devsim,meow]==6.16.1
gf tool install

cd ..\condabin
Expand Down
2 changes: 1 addition & 1 deletion install.sh
@@ -1,7 +1,7 @@
#!/bin/bash

pip install sklearn
pip install gdsfactory[full,gmsh,tidy3d,devsim,meow,sax]==6.16.0
pip install gdsfactory[full,gmsh,tidy3d,devsim,meow,sax]==6.16.1
gf tool install

[ ! -d $HOME/Desktop/gdsfactory ] && git clone https://github.com/gdsfactory/gdsfactory.git $HOME/Desktop/gdsfactory
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Expand Up @@ -14,7 +14,7 @@ classifiers = [
"Programming Language :: Python :: 3.11",
"Operating System :: OS Independent",
]
version = "6.16.0"
version = "6.16.1"
authors = [
{name = "gdsfactory community", email = "contact@gdsfactory.com"},
]
Expand Down

0 comments on commit d3bdb50

Please sign in to comment.