Skip to content

Commit

Permalink
Bump version: 6.94.0 → 6.94.1
Browse files Browse the repository at this point in the history
  • Loading branch information
joamatab committed May 17, 2023
1 parent 5e4e0d1 commit 17f1d1c
Show file tree
Hide file tree
Showing 14 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 6.94.0
current_version = 6.94.1
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile
@@ -1 +1 @@
FROM joamatab/gdsfactory:6.94.0
FROM joamatab/gdsfactory:6.94.1
10 changes: 5 additions & 5 deletions .github/workflows/release.yml
Expand Up @@ -60,9 +60,9 @@ jobs:
with:
fail_on_unmatched_files: false
files: |
conda/gdsfactory-6.94.0-Linux-x86_64.sh
conda/gdsfactory-6.94.0-Windows-x86_64.exe
conda/gdsfactory-6.94.0-MacOSX-x86_64.pkg
conda/gdsfactory-6.94.1-Linux-x86_64.sh
conda/gdsfactory-6.94.1-Windows-x86_64.exe
conda/gdsfactory-6.94.1-MacOSX-x86_64.pkg
release_docker:
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
runs-on: ubuntu-latest
Expand All @@ -81,12 +81,12 @@ jobs:
uses: docker/build-push-action@v4
with:
push: true
tags: ${{ secrets.DOCKERHUB_USERNAME }}/gdsfactory:latest,${{ secrets.DOCKERHUB_USERNAME }}/gdsfactory:6.94.0
tags: ${{ secrets.DOCKERHUB_USERNAME }}/gdsfactory:latest,${{ secrets.DOCKERHUB_USERNAME }}/gdsfactory:6.94.1
file: .devcontainer/Dockerfile.dev
- name: Build and push minimal
id: docker_build_minimal
uses: docker/build-push-action@v4
with:
push: true
tags: ${{ secrets.DOCKERHUB_USERNAME }}/gdsfactory_minimal:latest,${{ secrets.DOCKERHUB_USERNAME }}/gdsfactory_minimal:6.94.0
tags: ${{ secrets.DOCKERHUB_USERNAME }}/gdsfactory_minimal:latest,${{ secrets.DOCKERHUB_USERNAME }}/gdsfactory_minimal:6.94.1
file: .devcontainer/Dockerfile.dev_minimal
2 changes: 1 addition & 1 deletion README.md
@@ -1,4 +1,4 @@
# gdsfactory 6.94.0
# gdsfactory 6.94.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 conda/construct.yaml
@@ -1,5 +1,5 @@
name: gdsfactory
version: 6.94.0
version: 6.94.1
installer_type: all

channels:
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.94.0
call pip install gdsfactory[full,gmsh,tidy3d,devsim,meow,ray,database]==6.94.1
call gf install klayout-integration

call conda install -c conda-forge slepc4py=*=complex* -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.94.0
pip install sklearn gdsfactory[full,gmsh,tidy3d,devsim,meow,sax,ray,database,femwell]==6.94.1
gf install klayout-integration

[ ! -d $HOME/Desktop/gdsfactory ] && git clone https://github.com/gdsfactory/gdsfactory.git $HOME/Desktop/gdsfactory
Expand Down
2 changes: 1 addition & 1 deletion docs/notebooks/08_pdk.py
Expand Up @@ -292,7 +292,7 @@ class Config:
#
# 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.94.0` replacing `6.94.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` or `pyproject.toml` as `gdsfactory==6.94.1` replacing `6.94.1` 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 gdsfactory/__init__.py
Expand Up @@ -147,4 +147,4 @@ def __getattr__(name):
"xsection",
"PATH",
)
__version__ = "6.94.0"
__version__ = "6.94.1"
2 changes: 1 addition & 1 deletion gdsfactory/cli.py
Expand Up @@ -23,7 +23,7 @@
except ImportError:
import click

VERSION = "6.94.0"
VERSION = "6.94.1"
LAYER_LABEL = LAYER.LABEL


Expand Down
2 changes: 1 addition & 1 deletion gdsfactory/config.py
Expand Up @@ -34,7 +34,7 @@
from rich.console import Console
from rich.table import Table

__version__ = "6.94.0"
__version__ = "6.94.1"
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.94.0</version>
<version>6.94.1</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.94.0"
__version__ = "6.94.1"


def set_menu():
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.94.0"
version = "6.94.1"
authors = [
{name = "gdsfactory community", email = "contact@gdsfactory.com"},
]
Expand Down

0 comments on commit 17f1d1c

Please sign in to comment.